home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/tools/nurbs/r3spiraltool.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/windows/r3tool.js")
- var R3CLID_SPIRALTOOL = 1789;
-
- R3SPIRALTOOLM_POINTS = 1789000;
-
- function _R3SPIRALTOOLM_POINTS() {
- return this.r3Do(R3SPIRALTOOLM_POINTS, arguments);
- }
-
- function r3Spiraltool () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SPIRALTOOL, arguments);
- }
- // Methods
- this.POINTS=_R3SPIRALTOOLM_POINTS;
-
- // Attributes
- }
-
- r3Spiraltool.prototype=new r3Tool;
- // inc/plugins/tools/nurbs/r3spiraltool.h_H